Merge "mediawiki.page.watch.ajax: Use title with spaces instead of _"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 4 Jan 2017 20:39:30 +0000 (20:39 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 4 Jan 2017 20:39:30 +0000 (20:39 +0000)
includes/EditPage.php

index c11df5d..acbd130 100644 (file)
@@ -2843,7 +2843,7 @@ class EditPage {
         * @param Title[] $templates
         * @return string HTML
         */
-       protected function makeTemplatesOnThisPageList( array $templates ) {
+       public function makeTemplatesOnThisPageList( array $templates ) {
                $templateListFormatter = new TemplatesOnThisPageFormatter(
                        $this->context, MediaWikiServices::getInstance()->getLinkRenderer()
                );